[−][src]Crate sha2_asm
Assembly implementation of SHA-2 compression functions.
For full SHA-2 hash functions with this implementation of compression functions use sha-2 crate with the enabled "asm" feature.
Only x86 and x86-64 architectures are currently supported.
Functions
compress256 | Safe wrapper around assembly implementation of SHA256 compression function |
compress512 | Safe wrapper around assembly implementation of SHA512 compression function |